|
|
|
|
LeftButton Property, ScrollingClass Class |
Returns whether the left scroll button is enabled.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public ReadOnly Property LeftButton As Boolean |
C# |
public bool LeftButton { get; } |
C++ |
public: property bool LeftButton { |
Property Value
True if the left scroll button is enabled, otherwise False.
Comments
The LeftButton property returns whether the left scroll button is enabled.
The LeftButton property returns the current status of the left/up scroll button. It can be used to implement an application defined scrolling method. The RightButton property provides the equivalent information for the right/down scroll button.
The LeftButton property is only meaningful if a scrollable tab control is used. The Style property defines whether scroll buttons are available.